home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / greprefs / all.js < prev    next >
Text File  |  2006-05-08  |  61KB  |  1,329 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Mozilla Public License Version
  6.  * 1.1 (the "License"); you may not use this file except in compliance with
  7.  * the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/MPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is mozilla.org code.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  * Benjamin Smedberg <bsmedberg@covad.net>
  24.  *
  25.  * Alternatively, the contents of this file may be used under the terms of
  26.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  27.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.  * in which case the provisions of the GPL or the LGPL are applicable instead
  29.  * of those above. If you wish to allow use of your version of this file only
  30.  * under the terms of either the GPL or the LGPL, and not to allow others to
  31.  * use your version of this file under the terms of the MPL, indicate your
  32.  * decision by deleting the provisions above and replace them with the notice
  33.  * and other provisions required by the GPL or the LGPL. If you do not delete
  34.  * the provisions above, a recipient may use your version of this file under
  35.  * the terms of any one of the MPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. /* The prefs in this file are shipped with the GRE and should apply to all
  40.  * embedding situations. Application-specific preferences belong somewhere else,
  41.  * for example xpfe/bootstrap/browser-prefs.js
  42.  *
  43.  * Platform-specific #ifdefs at the end of this file override the generic
  44.  * entries at the top.
  45.  */
  46.  
  47. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  48. //  The first character after a period must be alphabetic.
  49.  
  50. pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=utf-8&q=");
  51. pref("keyword.enabled", false);
  52. pref("general.useragent.locale", "chrome://navigator/locale/navigator.properties");
  53. pref("general.useragent.contentlocale", "chrome://navigator-region/locale/region.properties");
  54.  
  55. pref("general.config.obscure_value", 13); // for MCD .cfg files
  56.  
  57. pref("browser.cache.disk.enable",           true);
  58. pref("browser.cache.disk.capacity",         51200);
  59. pref("browser.cache.memory.enable",         true);
  60. //pref("browser.cache.memory.capacity",     -1);
  61. // -1 = determine dynamically, 0 = none, n = memory capacity in kilobytes
  62. pref("browser.cache.disk_cache_ssl",        false);
  63. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  64. pref("browser.cache.check_doc_frequency",   3);
  65. // Fastback caching - if this pref is negative, then we calculate the number
  66. // of content viewers to cache based on the amount of available memory.
  67. pref("browser.sessionhistory.max_total_viewers", -1);
  68.  
  69. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  70. pref("browser.display.use_document_colors", true);
  71. pref("browser.display.use_system_colors",   false);
  72. pref("browser.display.foreground_color",    "#000000");
  73. pref("browser.display.background_color",    "#FFFFFF");
  74. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  75. // 0 = no external leading, 
  76. // 1 = use external leading only when font provides, 
  77. // 2 = add extra leading both internal leading and external leading are zero
  78. pref("browser.display.normal_lineheight_calc_control", 2);
  79. pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken
  80. pref("browser.anchor_color",                "#0000EE");
  81. pref("browser.active_color",                "#EE0000");
  82. pref("browser.visited_color",               "#551A8B");
  83. pref("browser.underline_anchors",           true);
  84. pref("browser.blink_allowed",               true);
  85. pref("browser.enable_automatic_image_resizing", false);
  86.  
  87. pref("browser.display.use_focus_colors",    false);
  88. pref("browser.display.focus_background_color", "#117722");
  89. pref("browser.display.focus_text_color",     "#ffffff");
  90. pref("browser.display.focus_ring_width",     1);
  91. pref("browser.display.focus_ring_on_anything", false);
  92.  
  93. pref("browser.helperApps.alwaysAsk.force",  false);
  94. pref("browser.helperApps.neverAsk.saveToDisk", "");
  95. pref("browser.helperApps.neverAsk.openFile", "");
  96.  
  97. // xxxbsmedberg: where should prefs for the toolkit go?
  98. pref("browser.chrome.toolbar_tips",         true);
  99. // 0 = Pictures Only, 1 = Text Only, 2 = Pictures and Text
  100. pref("browser.chrome.toolbar_style",        2);
  101. // max image size for which it is placed in the tab icon for tabbrowser.
  102. // if 0, no images are used for tab icons for image documents.
  103. pref("browser.chrome.image_icons.max_size", 1024);
  104.  
  105.  
  106. pref("accessibility.browsewithcaret", false);
  107. pref("accessibility.warn_on_browsewithcaret", true);
  108.  
  109. //@line 110 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  110. // Tab focus model bit field:
  111. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  112. // Most users will want 1, 3, or 7.
  113. // On OS X, we use Full Keyboard Access system preference,
  114. // unless accessibility.tabfocus is set by the user.
  115. pref("accessibility.tabfocus", 7);
  116. pref("accessibility.tabfocus_applies_to_xul", false);
  117. //@line 121 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  118.  
  119. pref("accessibility.usetexttospeech", "");
  120. pref("accessibility.usebrailledisplay", "");
  121. pref("accessibility.accesskeycausesactivation", true);
  122.  
  123. // Type Ahead Find
  124. pref("accessibility.typeaheadfind", true);
  125. pref("accessibility.typeaheadfind.autostart", true);
  126. pref("accessibility.typeaheadfind.linksonly", true);
  127. pref("accessibility.typeaheadfind.startlinksonly", false);
  128. pref("accessibility.typeaheadfind.timeout", 4000);
  129. pref("accessibility.typeaheadfind.enabletimeout", true);
  130. pref("accessibility.typeaheadfind.soundURL", "default");
  131. pref("accessibility.typeaheadfind.enablesound", true);
  132.  
  133. pref("browser.history_expire_days", 9);
  134.  
  135. // loading and rendering of framesets and iframes
  136. pref("browser.frames.enabled", true);
  137.  
  138. // form submission
  139. pref("browser.forms.submit.backwards_compatible", true);
  140.  
  141. // xxxbsmedberg more toolkit prefs?
  142. // Tab browser preferences.
  143. pref("browser.tabs.autoHide", true);
  144. pref("browser.tabs.forceHide", false);
  145. pref("browser.tabs.warnOnClose", true);
  146. pref("browser.tabs.warnOnCloseOther", true);
  147. // 0 = append, 1 = replace
  148. pref("browser.tabs.loadGroup", 1);
  149.  
  150. // lets new tab/window load something different than first window
  151. // -1 - use navigator startup preference
  152. //  0 - loads blank page
  153. //  1 - loads home page
  154. //  2 - loads last page visited
  155. pref("browser.tabs.loadOnNewTab", 0);
  156. pref("browser.windows.loadOnNewWindow", 1);
  157.  
  158. // view source
  159. pref("view_source.syntax_highlight", true);
  160. pref("view_source.wrap_long_lines", false);
  161.  
  162. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  163. pref("nglayout.events.dispatchLeftClickOnly", true);
  164.  
  165. // whether or not to use xbl form controls
  166. pref("nglayout.debug.enable_xbl_forms", false);
  167.  
  168. // size of scrollbar snapping region
  169. pref("slider.snapMultiplier", 6);
  170.  
  171. // option to choose plug-in finder
  172. pref("application.use_ns_plugin_finder", false);
  173.  
  174. // URI fixup prefs
  175. pref("browser.fixup.alternate.enabled", true);
  176. pref("browser.fixup.alternate.prefix", "www.");
  177. pref("browser.fixup.alternate.suffix", ".com");
  178. pref("browser.fixup.hide_user_pass", true);
  179.  
  180. // Print header customization
  181. // Use the following codes:
  182. // &T - Title
  183. // &U - Document URL
  184. // &D - Date/Time
  185. // &P - Page Number
  186. // &PT - Page Number "of" Page total
  187. // Set each header to a string containing zero or one of these codes
  188. // and the code will be replaced in that string by the corresponding data
  189. pref("print.print_headerleft", "&T");
  190. pref("print.print_headercenter", "");
  191. pref("print.print_headerright", "&U");
  192. pref("print.print_footerleft", "&PT");
  193. pref("print.print_footercenter", "");
  194. pref("print.print_footerright", "&D");
  195. pref("print.show_print_progress", true);
  196.  
  197. // xxxbsmedberg: more toolkit prefs
  198.  
  199. // When this is set to false each window has its own PrintSettings
  200. // and a chnage in one window does not affect the others
  201. pref("print.use_global_printsettings", true);
  202.  
  203. // Use the native dialog or the XP dialog?
  204. pref("print.use_native_print_dialog", false);
  205.  
  206. // Save the Printings after each print job
  207. pref("print.save_print_settings", true);
  208.  
  209. pref("print.whileInPrintPreview", true);
  210.  
  211. // Cache old Presentation when going into Print Preview
  212. pref("print.always_cache_old_pres", false);
  213.  
  214. // Enables you to specify the gap from the edge of the paper to the margin
  215. // this is used by both Printing and Print Preview
  216. pref("print.print_edge_top", 0); // 1/100 of an inch
  217. pref("print.print_edge_left", 0); // 1/100 of an inch
  218. pref("print.print_edge_right", 0); // 1/100 of an inch
  219. pref("print.print_edge_bottom", 0); // 1/100 of an inch
  220.  
  221.  
  222. // Prefs used by libeditor. Prefs specific to seamonkey composer
  223. // belong in mozilla/editor/ui/composer.js
  224.  
  225. pref("editor.use_custom_colors", false);
  226. pref("editor.htmlWrapColumn", 72);
  227. pref("editor.singleLine.pasteNewlines",     1);
  228. pref("editor.quotesPreformatted",            false);
  229. pref("editor.use_css",                       true);
  230. pref("editor.css.default_length_unit",       "px");
  231. pref("editor.resizing.preserve_ratio",       true);
  232. pref("editor.positioning.offset",            0);
  233.  
  234.  
  235. // Default Capability Preferences: Security-Critical! 
  236. // Editing these may create a security risk - be sure you know what you're doing
  237. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  238.  
  239. pref("capability.policy.default_policynames", "mailnews");
  240.  
  241. pref("capability.policy.default.DOMException.code", "allAccess");
  242. pref("capability.policy.default.DOMException.message", "allAccess");
  243. pref("capability.policy.default.DOMException.name", "allAccess");
  244. pref("capability.policy.default.DOMException.result", "allAccess");
  245. pref("capability.policy.default.DOMException.toString.get", "allAccess");
  246.  
  247. pref("capability.policy.default.History.back.get", "allAccess");
  248. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  249. pref("capability.policy.default.History.forward.get", "allAccess");
  250. pref("capability.policy.default.History.go.get", "allAccess");
  251. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  252. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  253. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  254. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  255.  
  256. pref("capability.policy.default.HTMLDocument.close.get", "allAccess");
  257. pref("capability.policy.default.HTMLDocument.open.get", "allAccess");
  258.  
  259. pref("capability.policy.default.Location.hash.set", "allAccess");
  260. pref("capability.policy.default.Location.href.set", "allAccess");
  261. pref("capability.policy.default.Location.reload.get", "allAccess");
  262. pref("capability.policy.default.Location.replace.get", "allAccess");
  263.  
  264. pref("capability.policy.default.Navigator.preference", "allAccess");
  265. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  266. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  267.  
  268. pref("capability.policy.default.Window.blur.get", "allAccess");
  269. pref("capability.policy.default.Window.close.get", "allAccess");
  270. pref("capability.policy.default.Window.closed.get", "allAccess");
  271. pref("capability.policy.default.Window.Components", "allAccess");
  272. pref("capability.policy.default.Window.document.get", "allAccess");
  273. pref("capability.policy.default.Window.focus.get", "allAccess");
  274. pref("capability.policy.default.Window.frames.get", "allAccess");
  275. pref("capability.policy.default.Window.history.get", "allAccess");
  276. pref("capability.policy.default.Window.length.get", "allAccess");
  277. pref("capability.policy.default.Window.location", "allAccess");
  278. pref("capability.policy.default.Window.opener.get", "allAccess");
  279. pref("capability.policy.default.Window.parent.get", "allAccess");
  280. pref("capability.policy.default.Window.self.get", "allAccess");
  281. pref("capability.policy.default.Window.top.get", "allAccess");
  282. pref("capability.policy.default.Window.window.get", "allAccess");
  283.  
  284. pref("capability.policy.default.XULControllers.commandDispatcher", "noAccess");
  285. pref("capability.policy.default.XULControllers.getControllerForCommand", "noAccess");
  286. pref("capability.policy.default.XULControllers.insertControllerAt", "noAccess");
  287. pref("capability.policy.default.XULControllers.removeControllerAt", "noAccess");
  288. pref("capability.policy.default.XULControllers.getControllerAt", "noAccess");
  289. pref("capability.policy.default.XULControllers.appendController", "noAccess");
  290. pref("capability.policy.default.XULControllers.removeController", "noAccess");
  291. pref("capability.policy.default.XULControllers.getControllerId", "noAccess");
  292. pref("capability.policy.default.XULControllers.getControllerById", "noAccess");
  293. pref("capability.policy.default.XULControllers.getControllerCount", "noAccess");
  294.  
  295. // Restrictions on the DOM for mail/news - see bugs 66938 and 84545
  296. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  297.  
  298. pref("capability.policy.mailnews.*.attributes.get", "noAccess");
  299. pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
  300. pref("capability.policy.mailnews.*.data.get", "noAccess");
  301. pref("capability.policy.mailnews.*.getAttribute", "noAccess");
  302. pref("capability.policy.mailnews.*.getAttributeNS", "noAccess");
  303. pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
  304. pref("capability.policy.mailnews.*.getNamedItemNS", "noAccess");
  305. pref("capability.policy.mailnews.*.host.get", "noAccess");
  306. pref("capability.policy.mailnews.*.hostname.get", "noAccess");
  307. pref("capability.policy.mailnews.*.href.get", "noAccess");
  308. pref("capability.policy.mailnews.*.innerHTML.get", "noAccess");
  309. pref("capability.policy.mailnews.*.lowSrc.get", "noAccess");
  310. pref("capability.policy.mailnews.*.nodeValue.get", "noAccess");
  311. pref("capability.policy.mailnews.*.pathname.get", "noAccess");
  312. pref("capability.policy.mailnews.*.protocol.get", "noAccess");
  313. pref("capability.policy.mailnews.*.src.get", "noAccess");
  314. pref("capability.policy.mailnews.*.substringData.get", "noAccess");
  315. pref("capability.policy.mailnews.*.text.get", "noAccess");
  316. pref("capability.policy.mailnews.*.title.get", "noAccess");
  317. pref("capability.policy.mailnews.DOMException.toString", "noAccess");
  318. pref("capability.policy.mailnews.HTMLAnchorElement.toString", "noAccess");
  319. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  320. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  321. pref("capability.policy.mailnews.Location.toString", "noAccess");
  322. pref("capability.policy.mailnews.Range.toString", "noAccess");
  323. pref("capability.policy.mailnews.Window.blur", "noAccess");
  324. pref("capability.policy.mailnews.Window.focus", "noAccess");
  325. pref("capability.policy.mailnews.Window.innerWidth.set", "noAccess");
  326. pref("capability.policy.mailnews.Window.innerHeight.set", "noAccess");
  327. pref("capability.policy.mailnews.Window.moveBy", "noAccess");
  328. pref("capability.policy.mailnews.Window.moveTo", "noAccess");
  329. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  330. pref("capability.policy.mailnews.Window.outerHeight.set", "noAccess");
  331. pref("capability.policy.mailnews.Window.outerWidth.set", "noAccess");
  332. pref("capability.policy.mailnews.Window.resizeBy", "noAccess");
  333. pref("capability.policy.mailnews.Window.resizeTo", "noAccess");
  334. pref("capability.policy.mailnews.Window.screenX.set", "noAccess");
  335. pref("capability.policy.mailnews.Window.screenY.set", "noAccess");
  336. pref("capability.policy.mailnews.Window.sizeToContent", "noAccess");
  337. pref("capability.policy.mailnews.document.load", "noAccess");
  338. pref("capability.policy.mailnews.XMLHttpRequest.channel", "noAccess");
  339. pref("capability.policy.mailnews.XMLHttpRequest.getInterface", "noAccess");
  340. pref("capability.policy.mailnews.XMLHttpRequest.responseXML", "noAccess");
  341. pref("capability.policy.mailnews.XMLHttpRequest.responseText", "noAccess");
  342. pref("capability.policy.mailnews.XMLHttpRequest.status", "noAccess");
  343. pref("capability.policy.mailnews.XMLHttpRequest.statusText", "noAccess");
  344. pref("capability.policy.mailnews.XMLHttpRequest.abort", "noAccess");
  345. pref("capability.policy.mailnews.XMLHttpRequest.getAllResponseHeaders", "noAccess");
  346. pref("capability.policy.mailnews.XMLHttpRequest.getResponseHeader", "noAccess");
  347. pref("capability.policy.mailnews.XMLHttpRequest.open", "noAccess");
  348. pref("capability.policy.mailnews.XMLHttpRequest.send", "noAccess");
  349. pref("capability.policy.mailnews.XMLHttpRequest.setRequestHeader", "noAccess");
  350. pref("capability.policy.mailnews.XMLHttpRequest.readyState", "noAccess");
  351. pref("capability.policy.mailnews.XMLHttpRequest.overrideMimeType", "noAccess");
  352. pref("capability.policy.mailnews.XMLHttpRequest.onload", "noAccess");
  353. pref("capability.policy.mailnews.XMLHttpRequest.onerror", "noAccess");
  354. pref("capability.policy.mailnews.XMLHttpRequest.onreadystatechange", "noAccess");
  355. pref("capability.policy.mailnews.XMLSerializer.serializeToString", "noAccess");
  356. pref("capability.policy.mailnews.XMLSerializer.serializeToStream", "noAccess");
  357. pref("capability.policy.mailnews.DOMParser.parseFromString", "noAccess");
  358. pref("capability.policy.mailnews.DOMParser.parseFromStream", "noAccess");
  359. pref("capability.policy.mailnews.SOAPCall.transportURI", "noAccess");
  360. pref("capability.policy.mailnews.SOAPCall.verifySourceHeader", "noAccess");
  361. pref("capability.policy.mailnews.SOAPCall.invoke", "noAccess");
  362. pref("capability.policy.mailnews.SOAPCall.asyncInvoke", "noAccess");
  363. pref("capability.policy.mailnews.SOAPResponse.fault", "noAccess");
  364. pref("capability.policy.mailnews.SOAPEncoding.styleURI", "noAccess");
  365. pref("capability.policy.mailnews.SOAPEncoding.getAssociatedEncoding", "noAccess");
  366. pref("capability.policy.mailnews.SOAPEncoding.setEncoder", "noAccess");
  367. pref("capability.policy.mailnews.SOAPEncoding.getEncoder", "noAccess");
  368. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  369. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  370. pref("capability.policy.mailnews.SOAPEncoding.getDecoder", "noAccess");
  371. pref("capability.policy.mailnews.SOAPEncoding.defaultEncoder", "noAccess");
  372. pref("capability.policy.mailnews.SOAPEncoding.defaultDecoder", "noAccess");
  373. pref("capability.policy.mailnews.SOAPEncoding.schemaCollection", "noAccess");
  374. pref("capability.policy.mailnews.SOAPEncoding.encode", "noAccess");
  375. pref("capability.policy.mailnews.SOAPEncoding.decode", "noAccess");
  376. pref("capability.policy.mailnews.SOAPEncoding.mapSchemaURI", "noAccess");
  377. pref("capability.policy.mailnews.SOAPEncoding.unmapSchemaURI", "noAccess");
  378. pref("capability.policy.mailnews.SOAPEncoding.getInternalSchemaURI", "noAccess");
  379. pref("capability.policy.mailnews.SOAPEncoding.getExternalSchemaURI", "noAccess");
  380. pref("capability.policy.mailnews.SOAPFault.element", "noAccess");
  381. pref("capability.policy.mailnews.SOAPFault.faultNamespaceURI", "noAccess");
  382. pref("capability.policy.mailnews.SOAPFault.faultCode", "noAccess");
  383. pref("capability.policy.mailnews.SOAPFault.faultString", "noAccess");
  384. pref("capability.policy.mailnews.SOAPFault.faultActor", "noAccess");
  385. pref("capability.policy.mailnews.SOAPFault.detail", "noAccess");
  386. pref("capability.policy.mailnews.SOAPHeaderBlock.actorURI", "noAccess");
  387. pref("capability.policy.mailnews.SOAPHeaderBlock.mustUnderstand", "noAccess");
  388. pref("capability.policy.mailnews.SOAPParameter", "noAccess");
  389. pref("capability.policy.mailnews.SOAPPropertyBagMutator.propertyBag", "noAccess");
  390. pref("capability.policy.mailnews.SOAPPropertyBagMutator.addProperty", "noAccess");
  391. pref("capability.policy.mailnews.SchemaLoader.load", "noAccess");
  392. pref("capability.policy.mailnews.SchemaLoader.loadAsync", "noAccess");
  393. pref("capability.policy.mailnews.SchemaLoader.processSchemaElement", "noAccess");
  394. pref("capability.policy.mailnews.SchemaLoader.onLoad", "noAccess");
  395. pref("capability.policy.mailnews.SchemaLoader.onError", "noAccess");
  396. pref("capability.policy.mailnews.WSDLLoader.load", "noAccess");
  397. pref("capability.policy.mailnews.WSDLLoader.loadAsync", "noAccess");
  398. pref("capability.policy.mailnews.WSDLLoader.onLoad", "noAccess");
  399. pref("capability.policy.mailnews.WSDLLoader.onError", "noAccess");
  400. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxy", "noAccess");
  401. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxyAsync", "noAccess");
  402. pref("capability.policy.mailnews.WebServiceProxyFactory.onLoad", "noAccess");
  403. pref("capability.policy.mailnews.WebServiceProxyFactory.onError", "noAccess");
  404.  
  405. // XMLExtras
  406. pref("capability.policy.default.XMLHttpRequest.channel", "noAccess");
  407. pref("capability.policy.default.XMLHttpRequest.getInterface", "noAccess");
  408. pref("capability.policy.default.DOMParser.parseFromStream", "noAccess");
  409.  
  410. // Clipboard
  411. pref("capability.policy.default.Clipboard.cutcopy", "noAccess");
  412. pref("capability.policy.default.Clipboard.paste", "noAccess");
  413.  
  414. // Scripts & Windows prefs
  415. pref("dom.disable_image_src_set",           false);
  416. pref("dom.disable_window_flip",             false);
  417. pref("dom.disable_window_move_resize",      false);
  418. pref("dom.disable_window_status_change",    false);
  419.  
  420. pref("dom.disable_window_open_feature.titlebar",    false);
  421. pref("dom.disable_window_open_feature.close",       false);
  422. pref("dom.disable_window_open_feature.toolbar",     false);
  423. pref("dom.disable_window_open_feature.location",    false);
  424. pref("dom.disable_window_open_feature.directories", false);
  425. pref("dom.disable_window_open_feature.personalbar", false);
  426. pref("dom.disable_window_open_feature.menubar",     false);
  427. pref("dom.disable_window_open_feature.scrollbars",  false);
  428. pref("dom.disable_window_open_feature.resizable",   false);
  429. pref("dom.disable_window_open_feature.minimizable", false);
  430. pref("dom.disable_window_open_feature.status",      true);
  431.  
  432. pref("dom.allow_scripts_to_close_windows",          false);
  433.  
  434. pref("dom.disable_open_during_load",                false);
  435. pref("dom.popup_maximum",                           20);
  436. pref("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
  437. pref("dom.disable_open_click_delay", 1000);
  438.  
  439. // Disable popups from plugins by default
  440. //   0 = openAllowed
  441. //   1 = openControlled
  442. //   2 = openAbused
  443. pref("privacy.popups.disable_from_plugins", 2);
  444.  
  445. pref("dom.event.contextmenu.enabled",       true);
  446.  
  447. pref("javascript.enabled",                  true);
  448. pref("javascript.allow.mailnews",           false);
  449. pref("javascript.options.strict",           false);
  450.  
  451. // advanced prefs
  452. pref("security.enable_java",                true);
  453. pref("advanced.mailftp",                    false);
  454. pref("image.animation_mode",                "normal");
  455.  
  456. // If there is ever a security firedrill that requires
  457. // us to block certian ports global, this is the pref 
  458. // to use.  Is is a comma delimited list of port numbers
  459. // for example:
  460. //   pref("network.security.ports.banned", "1,2,3,4,5");
  461. // prevents necko connecting to ports 1-5 unless the protocol
  462. // overrides.
  463.  
  464. // Default action for unlisted external protocol handlers
  465. pref("network.protocol-handler.external-default", true);      // OK to load
  466. pref("network.protocol-handler.warn-external-default", true); // warn before load
  467.  
  468. // Prevent using external protocol handlers for these schemes
  469. pref("network.protocol-handler.external.hcp", false);
  470. pref("network.protocol-handler.external.vbscript", false);
  471. pref("network.protocol-handler.external.javascript", false);
  472. pref("network.protocol-handler.external.data", false);
  473. pref("network.protocol-handler.external.ms-help", false);
  474. pref("network.protocol-handler.external.shell", false);
  475. pref("network.protocol-handler.external.vnd.ms.radio", false);
  476. //@line 482 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  477. pref("network.protocol-handler.external.disk", false);
  478. pref("network.protocol-handler.external.disks", false);
  479. pref("network.protocol-handler.external.afp", false);
  480.  
  481. // An exposed protocol handler is one that can be used in all contexts.  A
  482. // non-exposed protocol handler is one that can only be used internally by the
  483. // application.  For example, a non-exposed protocol would not be loaded by the
  484. // application in response to a link click or a X-remote openURL command.
  485. // Instead, it would be deferred to the system's external protocol handler.
  486. // Only internal/built-in protocol handlers can be marked as exposed.
  487.  
  488. // This pref controls the default settings.  Per protocol settings can be used
  489. // to override this value.
  490. pref("network.protocol-handler.expose-all", true);
  491.  
  492. // Example: make IMAP an exposed protocol
  493. // pref("network.protocol-handler.expose.imap", true);
  494.  
  495. pref("network.hosts.smtp_server",           "mail");
  496. pref("network.hosts.pop_server",            "mail");
  497.  
  498. // <http>
  499. pref("network.http.version", "1.1");      // default
  500. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  501. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  502. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  503. // some older 1.0 servers:
  504.  
  505. pref("network.http.proxy.version", "1.1");    // default
  506. // pref("network.http.proxy.version", "1.0"); // uncomment this out in case of problems
  507.                                               // (required if using junkbuster proxy)
  508.  
  509. // enable caching of http documents
  510. pref("network.http.use-cache", true);
  511.  
  512. // this preference can be set to override the socket type used for normal
  513. // HTTP traffic.  an empty value indicates the normal TCP/IP socket type.
  514. pref("network.http.default-socket-type", "");
  515.  
  516. pref("network.http.keep-alive", true); // set it to false in case of problems
  517. pref("network.http.proxy.keep-alive", true);
  518. pref("network.http.keep-alive.timeout", 300);
  519.  
  520. // limit the absolute number of http connections.
  521. pref("network.http.max-connections", 24);
  522.  
  523. // limit the absolute number of http connections that can be established per
  524. // host.  if a http proxy server is enabled, then the "server" is the proxy
  525. // server.  Otherwise, "server" is the http origin server.
  526. pref("network.http.max-connections-per-server", 8);
  527.  
  528. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  529. // a new connection will only be attempted if the number of active persistent
  530. // connections to the server is less then max-persistent-connections-per-server.
  531. pref("network.http.max-persistent-connections-per-server", 2);
  532.  
  533. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  534. // new connection will only be attempted if the number of active persistent
  535. // connections to the proxy is less then max-persistent-connections-per-proxy.
  536. pref("network.http.max-persistent-connections-per-proxy", 4);
  537.  
  538. // amount of time (in seconds) to suspend pending requests, before spawning a
  539. // new connection, once the limit on the number of persistent connections per
  540. // host has been reached.  however, a new connection will not be created if
  541. // max-connections or max-connections-per-server has also been reached.
  542. pref("network.http.request.max-start-delay", 10);
  543.  
  544. // Headers
  545. pref("network.http.accept.default", "text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5");
  546. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  547.  
  548. // Controls whether we send HTTPS referres to other HTTPS sites.
  549. // By default this is enabled for compatibility (see bug 141641)
  550. pref("network.http.sendSecureXSiteReferrer", true);
  551.  
  552. // Maximum number of consecutive redirects before aborting.
  553. pref("network.http.redirection-limit", 20);
  554.  
  555. // Enable http compression: comment this out in case of problems with 1.1
  556. // NOTE: support for "compress" has been disabled per bug 196406.
  557. pref("network.http.accept-encoding" ,"gzip,deflate");
  558.  
  559. pref("network.http.pipelining"      , false);
  560. pref("network.http.proxy.pipelining", false);
  561.  
  562. // Max number of requests in the pipeline
  563. pref("network.http.pipelining.maxrequests" , 4);
  564.  
  565. // </http>
  566.  
  567. // This preference controls whether or not internationalized domain names (IDN)
  568. // are handled.  IDN requires a nsIIDNService implementation.
  569. pref("network.enableIDN", true);
  570.  
  571. // This preference, if true, causes all UTF-8 domain names to be normalized to
  572. // punycode.  The intention is to allow UTF-8 domain names as input, but never
  573. // generate them from punycode.
  574. pref("network.IDN_show_punycode", false);
  575.  
  576. // TLDs with "network.IDN.whitelist.tld" explicitly set to true are treated as 
  577. // IDN-safe. Otherwise, they're treated as unsafe and punycode will be used
  578. // for displaying them in the UI (e.g. URL bar). Note that these preferences
  579. // are referred to ONLY when "network.IDN_show_punycode" is false. In other
  580. // words, all IDNs will be shown in punycode if "network.IDN_show_punycode"
  581. // is true.
  582.  
  583. // ccTLDs
  584. pref("network.IDN.whitelist.ac", true);
  585. pref("network.IDN.whitelist.at", true);
  586. pref("network.IDN.whitelist.br", true);
  587. pref("network.IDN.whitelist.ch", true);
  588. pref("network.IDN.whitelist.cl", true);
  589. pref("network.IDN.whitelist.cn", true);
  590. pref("network.IDN.whitelist.de", true);
  591. pref("network.IDN.whitelist.dk", true);
  592. pref("network.IDN.whitelist.fi", true);
  593. pref("network.IDN.whitelist.gr", true);
  594. pref("network.IDN.whitelist.hu", true);
  595. pref("network.IDN.whitelist.io", true);
  596. pref("network.IDN.whitelist.is", true);
  597. pref("network.IDN.whitelist.jp", true);
  598. pref("network.IDN.whitelist.kr", true);
  599. pref("network.IDN.whitelist.li", true);
  600. pref("network.IDN.whitelist.lt", true);
  601. pref("network.IDN.whitelist.no", true);
  602. pref("network.IDN.whitelist.se", true);
  603. pref("network.IDN.whitelist.sh", true);
  604. pref("network.IDN.whitelist.th", true);
  605. pref("network.IDN.whitelist.tm", true);
  606. pref("network.IDN.whitelist.tw", true);
  607. pref("network.IDN.whitelist.vn", true);
  608.  
  609. // non-ccTLDs
  610. pref("network.IDN.whitelist.info", true);
  611. pref("network.IDN.whitelist.museum", true);
  612. pref("network.IDN.whitelist.org", true);
  613.  
  614. // If a domain includes any of the following characters, it may be a spoof 
  615. // attempt and so we always display the domain name as punycode. This would 
  616. // override the settings "network.IDN_show_punycode" and 
  617. // "network.IDN.whitelist.*".
  618. pref("network.IDN.blacklist_chars", "\u0020\u00A0\u00BC\u00BD\u01C3\u0337\u0338\u05C3\u05F4\u06D4\u0702\u115F\u1160\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u200B\u2024\u2027\u2028\u2029\u202F\u2039\u203A\u2044\u205F\u2154\u2155\u2156\u2159\u215A\u215B\u215F\u2215\u23AE\u29F6\u29F8\u2AFB\u2AFD\u2FF0\u2FF1\u2FF2\u2FF3\u2FF4\u2FF5\u2FF6\u2FF7\u2FF8\u2FF9\u2FFA\u2FFB\u3000\u3002\u3014\u3015\u3033\u3164\u321D\u321E\u33AE\u33AF\u33C6\u33DF\uFE14\uFE15\uFE3F\uFE5D\uFE5E\uFEFF\uFF0E\uFF0F\uFF61\uFFA0\uFFF9\uFFFA\uFFFB\uFFFC\uFFFD");
  619.  
  620. // This preference specifies a list of domains for which DNS lookups will be
  621. // IPv4 only. Works around broken DNS servers which can't handle IPv6 lookups
  622. // and/or allows the user to disable IPv6 on a per-domain basis. See bug 68796.
  623. pref("network.dns.ipv4OnlyDomains", ".doubleclick.net");
  624.  
  625. // This preference can be used to turn off IPv6 name lookups. See bug 68796.
  626. pref("network.dns.disableIPv6", false);
  627.  
  628. // This preference controls whether or not URLs with UTF-8 characters are
  629. // escaped.  Set this preference to TRUE for strict RFC2396 conformance.
  630. pref("network.standard-url.escape-utf8", true);
  631.  
  632. // This preference controls whether or not URLs are always encoded and sent as
  633. // UTF-8.
  634. pref("network.standard-url.encode-utf8", false);
  635.  
  636. // Idle timeout for ftp control connections - 5 minute default
  637. pref("network.ftp.idleConnectionTimeout", 300);
  638.  
  639. // directory listing format
  640. // 2: HTML
  641. // 3: XUL directory viewer
  642. // all other values are treated like 2
  643. pref("network.dir.format", 2);
  644.  
  645. // enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
  646. pref("network.prefetch-next", true);
  647.  
  648.  
  649. // The following prefs pertain to the negotiate-auth extension (see bug 17578),
  650. // which provides transparent Kerberos or NTLM authentication using the SPNEGO
  651. // protocol.  Each pref is a comma-separated list of keys, where each key has
  652. // the format:
  653. //   [scheme "://"] [host [":" port]]
  654. // For example, "foo.com" would match "http://www.foo.com/bar", etc.
  655.  
  656. // This list controls which URIs can use the negotiate-auth protocol.  This
  657. // list should be limited to the servers you know you'll need to login to.
  658. pref("network.negotiate-auth.trusted-uris", "");
  659. // This list controls which URIs can support delegation.
  660. pref("network.negotiate-auth.delegation-uris", "");
  661.  
  662. // Allow SPNEGO by default when challenged by a proxy server.
  663. pref("network.negotiate-auth.allow-proxies", true);
  664.  
  665. // Path to a specific gssapi library
  666. pref("network.negotiate-auth.gsslib", "");
  667.  
  668. // Specify if the gss lib comes standard with the OS
  669. pref("network.negotiate-auth.using-native-gsslib", true);
  670.  
  671. //@line 682 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  672.  
  673. // The following prefs are used to enable automatic use of the operating
  674. // system's NTLM implementation to silently authenticate the user with their
  675. // Window's domain logon.  The trusted-uris pref follows the format of the
  676. // trusted-uris pref for negotiate authentication.
  677. pref("network.automatic-ntlm-auth.allow-proxies", true);
  678. pref("network.automatic-ntlm-auth.trusted-uris", "");
  679.  
  680. // This preference controls whether or not the LM hash will be included in
  681. // response to a NTLM challenge.  By default, this is disabled since servers
  682. // should almost never need the LM hash, and the LM hash is what makes NTLM
  683. // authentication less secure.  See bug 250691 for further details.
  684. // NOTE: automatic-ntlm-auth which leverages the OS-provided NTLM
  685. //       implementation will not be affected by this preference.
  686. pref("network.ntlm.send-lm-response", false);
  687.  
  688. // sspitzer:  change this back to "news" when we get to beta.
  689. // for now, set this to news.mozilla.org because you can only
  690. // post to the server specified by this pref.
  691. pref("network.hosts.nntp_server",           "news.mozilla.org");
  692.  
  693. pref("permissions.default.image",           1); // 1-Accept, 2-Deny, 3-dontAcceptForeign
  694. pref("network.image.warnAboutImages",       false);
  695. pref("network.proxy.autoconfig_url",        "");
  696. pref("network.proxy.type",                  0);
  697. pref("network.proxy.ftp",                   "");
  698. pref("network.proxy.ftp_port",              0);
  699. pref("network.proxy.gopher",                "");
  700. pref("network.proxy.gopher_port",           0);
  701. pref("network.proxy.http",                  "");
  702. pref("network.proxy.http_port",             0);
  703. pref("network.proxy.ssl",                   "");
  704. pref("network.proxy.ssl_port",              0);
  705. pref("network.proxy.socks",                 "");
  706. pref("network.proxy.socks_port",            0);
  707. pref("network.proxy.socks_version",         5);
  708. pref("network.proxy.socks_remote_dns",      false);
  709. pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
  710. pref("network.proxy.failover_timeout",      1800); // 30 minutes
  711. pref("network.online",                      true); //online/offline
  712. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse, 3-p3p
  713. pref("network.cookie.disableCookieForMailNews", true); // disable all cookies for mail
  714. pref("network.cookie.lifetimePolicy",       0); // accept normally, 1-askBeforeAccepting, 2-acceptForSession,3-acceptForNDays
  715. pref("network.cookie.alwaysAcceptSessionCookies", false);
  716. pref("network.cookie.prefsMigrated",        false);
  717. pref("network.cookie.lifetime.days",        90);
  718.  
  719. // The following default value is for p3p medium mode.
  720. // See xpfe/components/permissions/content/cookieP3P.xul for the definitions of low/medium/hi
  721. pref("network.cookie.p3p",                  "ffffaaaa");
  722. pref("network.cookie.p3plevel",             1); // 0=low, 1=medium, 2=high, 3=custom
  723.  
  724. pref("network.enablePad",                   false); // Allow client to do proxy autodiscovery
  725. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  726. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  727.  
  728. pref("ime.password.onFocus.dontCare",       false);
  729. pref("ime.password.onBlur.dontCare",        false);
  730.  
  731. pref("intl.accept_languages",               "chrome://navigator/locale/navigator.properties");
  732. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  733. pref("intl.collationOption",                "chrome://navigator-platform/locale/navigator.properties");
  734. pref("intl.menuitems.alwaysappendaccesskeys","chrome://navigator/locale/navigator.properties");
  735. pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://navigator/locale/navigator.properties");
  736. pref("intl.charsetmenu.browser.static",     "chrome://navigator/locale/navigator.properties");
  737. pref("intl.charsetmenu.browser.more1",      "chrome://navigator/locale/navigator.properties");
  738. pref("intl.charsetmenu.browser.more2",      "chrome://navigator/locale/navigator.properties");
  739. pref("intl.charsetmenu.browser.more3",      "chrome://navigator/locale/navigator.properties");
  740. pref("intl.charsetmenu.browser.more4",      "chrome://navigator/locale/navigator.properties");
  741. pref("intl.charsetmenu.browser.more5",      "chrome://navigator/locale/navigator.properties");
  742. pref("intl.charsetmenu.browser.unicode",    "chrome://navigator/locale/navigator.properties");
  743. pref("intl.charsetmenu.mailedit",           "chrome://navigator/locale/navigator.properties");
  744. pref("intl.charsetmenu.browser.cache",      "");
  745. pref("intl.charsetmenu.mailview.cache",     "");
  746. pref("intl.charsetmenu.composer.cache",     "");
  747. pref("intl.charsetmenu.browser.cache.size", 5);
  748. pref("intl.charset.detector",               "chrome://navigator/locale/navigator.properties");
  749. pref("intl.charset.default",                "chrome://navigator-platform/locale/navigator.properties");
  750. pref("intl.content.langcode",               "chrome://communicator-region/locale/region.properties");
  751. pref("intl.locale.matchOS",                 false);
  752. // fallback charset list for Unicode conversion (converting from Unicode)
  753. // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
  754. // for ISO-8859-1
  755. pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
  756. pref("font.language.group",                 "chrome://navigator/locale/navigator.properties");
  757.  
  758. pref("images.dither", "auto");
  759. pref("security.directory",              "");
  760.  
  761. pref("signed.applets.codebase_principal_support", false);
  762. pref("security.checkloaduri", true);
  763. pref("security.xpconnect.plugin.unrestricted", true);
  764. // security-sensitive dialogs should delay button enabling. In milliseconds.
  765. pref("security.dialog_enable_delay", 2000);
  766.  
  767. // Modifier key prefs: default to Windows settings,
  768. // menu access key = alt, accelerator key = control.
  769. // Use 17 for Ctrl, 18 for Alt, 224 for Meta, 0 for none. Mac settings in macprefs.js
  770. pref("ui.key.accelKey", 17);
  771. pref("ui.key.generalAccessKey", 18);
  772. pref("ui.key.menuAccessKey", 18);
  773.  
  774. pref("ui.key.menuAccessKeyFocuses", false); // overridden below
  775. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  776.  
  777. // Middle-mouse handling
  778. pref("middlemouse.paste", false);
  779. pref("middlemouse.openNewWindow", true);
  780. pref("middlemouse.contentLoadURL", false);
  781. pref("middlemouse.scrollbarPosition", false);
  782.  
  783. // Clipboard behavior
  784. pref("clipboard.autocopy", false);
  785.  
  786. // 0=lines, 1=pages, 2=history , 3=text size
  787. pref("mousewheel.withnokey.action",0);
  788. pref("mousewheel.withnokey.numlines",1);    
  789. pref("mousewheel.withnokey.sysnumlines",true);
  790. pref("mousewheel.withcontrolkey.action",0);
  791. pref("mousewheel.withcontrolkey.numlines",1);
  792. pref("mousewheel.withcontrolkey.sysnumlines",true);
  793. // mousewheel.withshiftkey, see the Mac note below.
  794. pref("mousewheel.withshiftkey.action",0);
  795. pref("mousewheel.withshiftkey.numlines",1);
  796. pref("mousewheel.withshiftkey.sysnumlines",true);
  797. pref("mousewheel.withaltkey.action",2);
  798. pref("mousewheel.withaltkey.numlines",1);
  799. pref("mousewheel.withaltkey.sysnumlines",false);
  800. pref("mousewheel.withmetakey.action",0);
  801. pref("mousewheel.withmetakey.numlines",1);
  802. pref("mousewheel.withmetakey.sysnumlines",true);
  803.  
  804. // on platforms where scroll messages differ between horizontal scroll
  805. // and back/forward button events we can activate them by default
  806. //@line 851 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  807. // disable horizontal scrolling to be able to use back/forward buttons
  808. pref("mousewheel.horizscroll.withnokey.action",2);
  809. pref("mousewheel.horizscroll.withnokey.numlines",-1);
  810. pref("mousewheel.horizscroll.withnokey.sysnumlines",false);
  811. pref("mousewheel.horizscroll.withcontrolkey.action",2);
  812. pref("mousewheel.horizscroll.withcontrolkey.numlines",-1);
  813. pref("mousewheel.horizscroll.withcontrolkey.sysnumlines",false);
  814. pref("mousewheel.horizscroll.withshiftkey.action",2);
  815. pref("mousewheel.horizscroll.withshiftkey.numlines",-1);
  816. pref("mousewheel.horizscroll.withshiftkey.sysnumlines",false);
  817. pref("mousewheel.horizscroll.withaltkey.action",2);
  818. pref("mousewheel.horizscroll.withaltkey.numlines",-1);
  819. pref("mousewheel.horizscroll.withaltkey.sysnumlines",false);
  820. pref("mousewheel.horizscroll.withmetakey.action",2);
  821. pref("mousewheel.horizscroll.withmetakey.numlines",-1);
  822. pref("mousewheel.horizscroll.withmetakey.sysnumlines",false);
  823. //@line 868 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  824.  
  825. pref("profile.confirm_automigration",true);
  826. // profile.migration_behavior determines how the profiles root is set
  827. // 0 - use NS_APP_USER_PROFILES_ROOT_DIR
  828. // 1 - create one based on the NS4.x profile root
  829. // 2 - use, if not empty, profile.migration_directory otherwise same as 0
  830. pref("profile.migration_behavior",0);
  831. pref("profile.migration_directory", "");
  832.  
  833. // the amount of time (in seconds) that must elapse
  834. // before we think your mozilla profile is defunct
  835. // and you'd benefit from re-migrating from 4.x
  836. // see bug #137886 for more details
  837. //
  838. // if -1, we never think your profile is defunct
  839. // and users will never see the remigrate UI.
  840. pref("profile.seconds_until_defunct", -1);
  841. // We can show it anytime from menus
  842. pref("profile.manage_only_at_launch", false);
  843.  
  844. pref("prefs.converted-to-utf8",false);
  845.  
  846. // --------------------------------------------------
  847. // IBMBIDI 
  848. // --------------------------------------------------
  849. //
  850. // ------------------
  851. //  Text Direction
  852. // ------------------
  853. // 1 = directionLTRBidi *
  854. // 2 = directionRTLBidi
  855. pref("bidi.direction", 1);
  856. // ------------------
  857. //  Text Type
  858. // ------------------
  859. // 1 = charsettexttypeBidi *
  860. // 2 = logicaltexttypeBidi
  861. // 3 = visualtexttypeBidi
  862. pref("bidi.texttype", 1);
  863. // ------------------
  864. //  Controls Text Mode
  865. // ------------------
  866. // 1 = logicalcontrolstextmodeBidiCmd
  867. // 2 = visualcontrolstextmodeBidi <-- NO LONGER SUPPORTED
  868. // 3 = containercontrolstextmodeBidi *
  869. pref("bidi.controlstextmode", 1);
  870. // ------------------
  871. //  Numeral Style
  872. // ------------------
  873. // 0 = nominalnumeralBidi *
  874. // 1 = regularcontextnumeralBidi
  875. // 2 = hindicontextnumeralBidi
  876. // 3 = arabicnumeralBidi
  877. // 4 = hindinumeralBidi
  878. pref("bidi.numeral", 0);
  879. // ------------------
  880. //  Support Mode
  881. // ------------------
  882. // 1 = mozillaBidisupport *
  883. // 2 = OsBidisupport
  884. // 3 = disableBidisupport
  885. pref("bidi.support", 1);
  886. // ------------------
  887. //  Charset Mode
  888. // ------------------
  889. // 1 = doccharactersetBidi *
  890. // 2 = defaultcharactersetBidi
  891. pref("bidi.characterset", 1);
  892.  
  893.  
  894. // used for double-click word selection behavior. Win will override.
  895. pref("layout.word_select.eat_space_to_next_word", false);
  896. pref("layout.word_select.stop_at_punctuation", true);
  897.  
  898. // pref to control whether or not to replace backslashes with Yen signs
  899. // in documents encoded in one of Japanese legacy encodings (EUC-JP, 
  900. // Shift_JIS, ISO-2022-JP)
  901. pref("layout.enable_japanese_specific_transform", false);
  902.  
  903. // pref to force frames to be resizable
  904. pref("layout.frames.force_resizability", false);
  905.  
  906. // pref to permit users to make verified SOAP calls by default
  907. pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
  908.  
  909. // if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
  910. pref("plugin.override_internal_types", false);
  911. pref("plugin.expose_full_path", false); // if true navigator.plugins reveals full path
  912.  
  913. // See bug 136985.  Gives embedders a pref to hook into to show
  914. // a popup blocker if they choose.
  915. pref("browser.popups.showPopupBlocker", true);
  916.  
  917. // Pref to control whether the viewmanager code does double-buffering or not
  918. // See http://bugzilla.mozilla.org/show_bug.cgi?id=169483 for further details...
  919. pref("viewmanager.do_doublebuffering", true);
  920.  
  921. // which files will be selected for roaming by default.
  922. // See sroaming/content/prefs/all.js
  923. pref("roaming.default.files", "bookmarks.html,abook.mab,cookies.txt");
  924. // display some general warning to the user about making backups, security etc.
  925. pref("roaming.showInitialWarning", true);
  926.  
  927. // whether use prefs from system
  928. pref("config.use_system_prefs", false);
  929.  
  930. // if the system has enabled accessibility
  931. pref("config.use_system_prefs.accessibility", false);
  932.  
  933. /*
  934.  * What are the entities that you want Mozilla to save using mnemonic
  935.  * names rather than numeric codes? E.g. If set, we'll output  
  936.  * otherwise, we may output 0xa0 depending on the charset.
  937.  *
  938.  * "none"   : don't use any entity names; only use numeric codes.
  939.  * "basic"  : use entity names just for   & < > " for 
  940.  *            interoperability/exchange with products that don't support more
  941.  *            than that.
  942.  * "latin1" : use entity names for 8bit accented letters and other special
  943.  *            symbols between 128 and 255.
  944.  * "html"   : use entity names for 8bit accented letters, greek letters, and
  945.  *            other special markup symbols as defined in HTML4.
  946.  */
  947. //pref("editor.encode_entity",                 "html");
  948.  
  949. pref("editor.resizing.preserve_ratio",       true);
  950. pref("editor.positioning.offset",            0);
  951.  
  952. pref("dom.max_script_run_time", 5);
  953.  
  954. pref("svg.enabled", true);
  955.  
  956. //@line 1331 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  957.  
  958. //@line 1518 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  959.  
  960. //@line 1707 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  961.  
  962. //@line 1788 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  963.  
  964. //@line 1791 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  965. // Handled differently under Mac/Windows
  966. pref("network.hosts.smtp_server", "localhost");
  967. pref("network.hosts.pop_server", "pop");
  968. pref("network.protocol-handler.warn-external.file", false);
  969. pref("browser.display.screen_resolution", 0); // System setting
  970. pref("browser.drag_out_of_frame_style", 1);
  971. pref("editor.singleLine.pasteNewlines", 0);
  972.  
  973. // Middle-mouse handling
  974. pref("middlemouse.paste", true);
  975. pref("middlemouse.contentLoadURL", true);
  976. pref("middlemouse.openNewWindow", true);
  977. pref("middlemouse.scrollbarPosition", true);
  978.  
  979. // Clipboard behavior
  980. pref("clipboard.autocopy", true);
  981.  
  982. pref("browser.urlbar.clickSelectsAll", false);
  983.  
  984. // Tab focus model bit field:
  985. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  986. // Leave this at the default, 7, to match mozilla1.0-era user expectations.
  987. // pref("accessibility.tabfocus", 1);
  988.  
  989. // Beep instead of playing sound in Linux, at least until nsISound is fixed:
  990. pref("accessibility.typeaheadfind.soundURL", "beep");
  991.  
  992. // override double-click word selection behavior.
  993. pref("layout.word_select.stop_at_punctuation", false);
  994.  
  995. // autocomplete keyboard grab workaround
  996. pref("autocomplete.grab_during_popup", true);
  997. pref("autocomplete.ungrab_during_mode_switch", true);
  998.  
  999. // turn off scrollbar snapping
  1000. pref("slider.snapMultiplier", 0);
  1001.  
  1002. // Default to using the system filepicker if possible, but allow
  1003. // toggling to use the XUL filepicker
  1004. pref("ui.allow_platform_file_picker", true);
  1005.  
  1006. pref("helpers.global_mime_types_file", "/etc/mime.types");
  1007. pref("helpers.global_mailcap_file", "/etc/mailcap");
  1008. pref("helpers.private_mime_types_file", "~/.mime.types");
  1009. pref("helpers.private_mailcap_file", "~/.mailcap");
  1010. pref("java.global_java_version_file", "/etc/.java/versions");
  1011. pref("java.private_java_version_file", "~/.java/versions");
  1012. pref("java.default_java_location_solaris", "/usr/j2se");
  1013. pref("java.default_java_location_others", "/usr/java");
  1014. pref("java.java_plugin_library_name", "javaplugin_oji");
  1015. pref("applications.telnet", "xterm -e telnet %h %p");
  1016. pref("applications.tn3270", "xterm -e tn3270 %h");
  1017. pref("applications.rlogin", "xterm -e rlogin %h");
  1018. pref("applications.rlogin_with_user", "xterm -e rlogin %h -l %u");
  1019. pref("print.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}");
  1020. pref("print.printer_list", ""); // list of printers, separated by spaces
  1021. pref("print.print_reversed", false);
  1022. pref("print.print_color", true);
  1023. pref("print.print_landscape", false);
  1024. pref("print.print_paper_size", 0);
  1025.  
  1026. // Enables you to specify the gap from the edge of the paper to the margin
  1027. // this is used by both Printing and Print Preview
  1028. pref("print.print_edge_top", 4); // 1/100 of an inch
  1029. pref("print.print_edge_left", 4); // 1/100 of an inch
  1030. pref("print.print_edge_right", 4); // 1/100 of an inch
  1031. pref("print.print_edge_bottom", 4); // 1/100 of an inch
  1032.  
  1033. // print_extra_margin enables platforms to specify an extra gap or margin
  1034. // around the content of the page for Print Preview only
  1035. pref("print.print_extra_margin", 0); // twips
  1036.  
  1037. pref("print.whileInPrintPreview", false);
  1038.  
  1039. pref("font.allow_double_byte_special_chars", true);
  1040. // font names
  1041.  
  1042. // ar
  1043.  
  1044. //@line 1871 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  1045.  
  1046. pref("font.name.serif.el", "serif");
  1047. pref("font.name.sans-serif.el", "sans-serif");
  1048. pref("font.name.monospace.el", "monospace");
  1049.  
  1050. pref("font.name.serif.he", "serif");
  1051. pref("font.name.sans-serif.he", "sans-serif");
  1052. pref("font.name.monospace.he", "monospace");
  1053.  
  1054. pref("font.name.serif.ja", "serif");
  1055. pref("font.name.sans-serif.ja", "sans-serif");
  1056. pref("font.name.monospace.ja", "monospace");
  1057.  
  1058. pref("font.name.serif.ko", "serif");
  1059. pref("font.name.sans-serif.ko", "sans-serif");
  1060. pref("font.name.monospace.ko", "monospace");
  1061.  
  1062. // th
  1063.  
  1064. pref("font.name.serif.tr", "Times");
  1065. pref("font.name.sans-serif.tr", "Helvetica");
  1066. pref("font.name.monospace.tr", "Courier");
  1067.  
  1068. pref("font.name.serif.x-baltic", "serif");
  1069. pref("font.name.sans-serif.x-baltic", "sans-serif");
  1070. pref("font.name.monospace.x-baltic", "monospace");
  1071.  
  1072. pref("font.name.serif.x-central-euro", "Times");
  1073. pref("font.name.sans-serif.x-central-euro", "Helvetica");
  1074. pref("font.name.monospace.x-central-euro", "Courier");
  1075.  
  1076. pref("font.name.serif.x-cyrillic", "serif");
  1077. pref("font.name.sans-serif.x-cyrillic", "sans-serif");
  1078. pref("font.name.monospace.x-cyrillic", "monospace");
  1079.  
  1080. pref("font.name.serif.x-unicode", "Times");
  1081. pref("font.name.sans-serif.x-unicode", "Helvetica");
  1082. pref("font.name.monospace.x-unicode", "Courier");
  1083.  
  1084. pref("font.name.serif.x-user-def", "Times");
  1085. pref("font.name.sans-serif.x-user-def", "Helvetica");
  1086. pref("font.name.monospace.x-user-def", "Courier");
  1087.  
  1088. pref("font.name.serif.x-western", "Times");
  1089. pref("font.name.sans-serif.x-western", "Helvetica");
  1090. pref("font.name.monospace.x-western", "Courier");
  1091.  
  1092. pref("font.name.serif.zh-CN", "serif");
  1093. pref("font.name.sans-serif.zh-CN", "sans-serif");
  1094. pref("font.name.monospace.zh-CN", "monospace");
  1095.  
  1096. // ming_uni.ttf (HKSCS-2001) 
  1097. // http://www.info.gov.hk/digital21/eng/hkscs/download/uime.exe
  1098. pref("font.name.serif.zh-HK", "serif");
  1099. pref("font.name.sans-serif.zh-HK", "sans-serif");
  1100. pref("font.name.monospace.zh-HK", "monospace");
  1101.  
  1102. // zh-TW
  1103. //@line 1990 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  1104.  
  1105. pref("font.default.ar", "sans-serif");
  1106. pref("font.size.variable.ar", 16);
  1107. pref("font.size.fixed.ar", 12);
  1108.  
  1109. pref("font.default.el", "serif");
  1110. pref("font.size.variable.el", 16);
  1111. pref("font.size.fixed.el", 12);
  1112.  
  1113. pref("font.default.he", "sans-serif");
  1114. pref("font.size.variable.he", 16);
  1115. pref("font.size.fixed.he", 12);
  1116.  
  1117. pref("font.default.ja", "sans-serif");
  1118. pref("font.size.variable.ja", 16);
  1119. pref("font.size.fixed.ja", 16);
  1120.  
  1121. pref("font.default.ko", "sans-serif");
  1122. pref("font.size.variable.ko", 16);
  1123. pref("font.size.fixed.ko", 16);
  1124.  
  1125. pref("font.default.th", "serif");
  1126. pref("font.size.variable.th", 16);
  1127. pref("font.size.fixed.th", 12);
  1128.  
  1129. pref("font.default.tr", "serif");
  1130. pref("font.size.variable.tr", 16);
  1131. pref("font.size.fixed.tr", 12);
  1132.  
  1133. pref("font.default.x-baltic", "serif");
  1134. pref("font.size.variable.x-baltic", 16);
  1135. pref("font.size.fixed.x-baltic", 12);
  1136.  
  1137. pref("font.default.x-central-euro", "serif");
  1138. pref("font.size.variable.x-central-euro", 16);
  1139. pref("font.size.fixed.x-central-euro", 12);
  1140.  
  1141. pref("font.default.x-cyrillic", "serif");
  1142. pref("font.size.variable.x-cyrillic", 16);
  1143. pref("font.size.fixed.x-cyrillic", 12);
  1144.  
  1145. pref("font.default.x-unicode", "serif");
  1146. pref("font.size.variable.x-unicode", 16);
  1147. pref("font.size.fixed.x-unicode", 12);
  1148.  
  1149. pref("font.default.x-western", "serif");
  1150. pref("font.size.variable.x-western", 16);
  1151. pref("font.size.fixed.x-western", 12);
  1152.  
  1153. pref("font.default.zh-CN", "sans-serif");
  1154. pref("font.size.variable.zh-CN", 16);
  1155. pref("font.size.fixed.zh-CN", 16);
  1156.  
  1157. pref("font.default.zh-TW", "sans-serif");
  1158. pref("font.size.variable.zh-TW", 16);
  1159. pref("font.size.fixed.zh-TW", 16);
  1160.  
  1161. pref("font.default.zh-HK", "sans-serif");
  1162. pref("font.size.variable.zh-HK", 16);
  1163. pref("font.size.fixed.zh-HK", 16);
  1164.  
  1165. // below a certian pixel size outline scaled fonts produce poor results
  1166. pref("font.scale.outline.min",      6);
  1167.  
  1168. // TrueType
  1169. pref("font.FreeType2.enable", false);
  1170. pref("font.freetype2.shared-library", "libfreetype.so.6");
  1171. // if libfreetype was built without hinting compiled in
  1172. // it is best to leave hinting off
  1173. pref("font.FreeType2.autohinted", false);
  1174. pref("font.FreeType2.unhinted", true);
  1175. // below a certian pixel size anti-aliased fonts produce poor results
  1176. pref("font.antialias.min",        10);
  1177. pref("font.embedded_bitmaps.max", 1000000);
  1178. pref("font.scale.tt_bitmap.dark_text.min", 64);
  1179. pref("font.scale.tt_bitmap.dark_text.gain", "0.8");
  1180. // sample prefs for TrueType font dirs
  1181. //pref("font.directory.truetype.1", "/u/sam/tt_font1");
  1182. //pref("font.directory.truetype.2", "/u/sam/tt_font2");
  1183. //pref("font.directory.truetype.3", "/u/sam/tt_font3");
  1184. pref("font.FreeType2.printing", true);
  1185.  
  1186. // below a certian pixel size anti-aliased bitmat scaled fonts 
  1187. // produce poor results
  1188. pref("font.scale.aa_bitmap.enable", true);
  1189. pref("font.scale.aa_bitmap.always", false);
  1190. pref("font.scale.aa_bitmap.min", 6);
  1191. pref("font.scale.aa_bitmap.undersize", 80);
  1192. pref("font.scale.aa_bitmap.oversize", 120);
  1193. pref("font.scale.aa_bitmap.dark_text.min", 64);
  1194. pref("font.scale.aa_bitmap.dark_text.gain", "0.5");
  1195. pref("font.scale.aa_bitmap.light_text.min", 64);
  1196. pref("font.scale.aa_bitmap.light_text.gain", "1.3");
  1197.  
  1198. pref("font.scale.bitmap.min",       12);
  1199. pref("font.scale.bitmap.undersize", 80);
  1200. pref("font.scale.bitmap.oversize",  120);
  1201.  
  1202. pref("font.scale.outline.min.ja",      10);
  1203. pref("font.scale.aa_bitmap.min.ja",    12);
  1204. pref("font.scale.aa_bitmap.always.ja", false);
  1205. pref("font.scale.bitmap.min.ja",       16);
  1206. pref("font.scale.bitmap.undersize.ja", 80);
  1207. pref("font.scale.bitmap.oversize.ja",  120);
  1208.  
  1209. pref("font.scale.outline.min.ko",      10);
  1210. pref("font.scale.aa_bitmap.min.ko",    12);
  1211. pref("font.scale.aa_bitmap.always.ko", false);
  1212. pref("font.scale.bitmap.min.ko",       16);
  1213. pref("font.scale.bitmap.undersize.ko", 80);
  1214. pref("font.scale.bitmap.oversize.ko",  120);
  1215.  
  1216. pref("font.scale.outline.min.zh-CN",      10);
  1217. pref("font.scale.aa_bitmap.min.zh-CN",    12);
  1218. pref("font.scale.aa_bitmap.always.zh-CN", false);
  1219. pref("font.scale.bitmap.min.zh-CN",       16);
  1220. pref("font.scale.bitmap.undersize.zh-CN", 80);
  1221. pref("font.scale.bitmap.oversize.zh-CN",  120);
  1222.  
  1223. pref("font.scale.outline.min.zh-TW",      10);
  1224. pref("font.scale.aa_bitmap.min.zh-TW",    12);
  1225. pref("font.scale.aa_bitmap.always.zh-TW", false);
  1226. pref("font.scale.bitmap.min.zh-TW",       16);
  1227. pref("font.scale.bitmap.undersize.zh-TW", 80);
  1228. pref("font.scale.bitmap.oversize.zh-TW",  120);
  1229.  
  1230. pref("font.scale.outline.min.zh-HK",      10);
  1231. pref("font.scale.aa_bitmap.min.zh-HK",    12);
  1232. pref("font.scale.aa_bitmap.always.zh-HK", false);
  1233. pref("font.scale.bitmap.min.zh-HK",       16);
  1234. pref("font.scale.bitmap.undersize.zh-HK", 80);
  1235. pref("font.scale.bitmap.oversize.zh-HK",  120);
  1236.  
  1237. // minimum font sizes
  1238.  
  1239. pref("font.min-size.variable.ja", 10);
  1240. pref("font.min-size.fixed.ja", 10);
  1241.  
  1242. pref("font.min-size.variable.ko", 10);
  1243. pref("font.min-size.fixed.ko", 10);
  1244.  
  1245. pref("font.min-size.variable.zh-CN", 10);
  1246. pref("font.min-size.fixed.zh-CN", 10);
  1247.  
  1248. pref("font.min-size.variable.zh-TW", 10);
  1249. pref("font.min-size.fixed.zh-TW", 10);
  1250.  
  1251. pref("font.min-size.variable.zh-HK", 10);
  1252. pref("font.min-size.fixed.zh-HK", 10);
  1253.  
  1254. // X11 specific
  1255. /* X11 font accept/reject patterns:
  1256.  * Patterns have to match against strings like this:
  1257.  * (boolean values can only be "true" or "false")
  1258.  * "fname=.*;scalable=.*;outline_scaled=.*;xdisplay=.*;xdpy=%d;ydpy=%d;xdevice=.*"
  1259.  * - fname     = X11 font name (string)
  1260.  * - scalable  = is font scalable ? (boolean)
  1261.  * - outline_scaled = is font an outline scaled font ? (boolean)
  1262.  * - xdisplay  = X11 display name (like "host:0.0" (string)
  1263.  * - xdpy      = X DPI (X screen resolution) (integer)
  1264.  * - ydpy      = Y DPI (Y screen resolution) (integer)
  1265.  * - xdevice   = "display" or "printer" (Xprint)
  1266.  * Patterns use  the regular expressions described in the EXTENDED REGULAR
  1267.  * EXPRESSIONS section of the regex(5) manual page.
  1268.  * Note that prefs strings can always be concatenated via the '+'-operator,
  1269.  * e.g. pref("font.x11.acceptfontpattern", "pattern1|" + 
  1270.  *                                         "pattern2|" +
  1271.  *                                         "pattern3");
  1272.  */
  1273. /* reject font if accept pattern does not match it... */
  1274. //pref("font.x11.acceptfontpattern", ".*");
  1275. /* reject font if reject pattern matches it... */
  1276. //pref("font.x11.rejectfontpattern", 
  1277. //     "fname=-urw.*;scalable=false;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*");
  1278.  
  1279. /* reject font if accept pattern does not match it... */
  1280. pref("print.xprint.font.acceptfontpattern", ".*");
  1281. /* reject font if reject pattern matches it...
  1282.  * Current bans:
  1283.  * - bug 148470 ("Ban "-dt-*" (bitmap!!) fonts from Xprint")
  1284.  *   pattern="fname=-dt-.*;scalable=.*;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*"
  1285.  */
  1286. pref("print.xprint.font.rejectfontpattern", 
  1287.      "fname=-dt-.*;scalable=.*;outline_scaled=false;xdisplay=.*;xdpy=.*;ydpy=.*;xdevice=.*");
  1288.  
  1289. /* Xprint print module prefs */
  1290. pref("print.xprint.font.force_outline_scaled_fonts", true);
  1291.  
  1292. /* PostScript print module prefs */
  1293. // pref("print.postscript.enabled",      true);
  1294. pref("print.postscript.paper_size",    "letter");
  1295. pref("print.postscript.orientation",   "portrait");
  1296. pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+'-P'}${MOZ_PRINTER_NAME}");
  1297.  
  1298. /* PostScript print module font config
  1299.  * this list is used by the postscript font
  1300.  * to enumerate the list of langGroups
  1301.  * there should be a call to get the
  1302.  * langGroups; see bug 75054
  1303.  */
  1304. pref("print.postscript.nativefont.ar",             "");
  1305. pref("print.postscript.nativefont.el",             "");
  1306. pref("print.postscript.nativefont.he",             "");
  1307. pref("print.postscript.nativefont.ja",             "");
  1308. pref("print.postscript.nativefont.ko",             "");
  1309. pref("print.postscript.nativefont.th",             "");
  1310. pref("print.postscript.nativefont.tr",             "");
  1311. pref("print.postscript.nativefont.x-baltic",       "");
  1312. pref("print.postscript.nativefont.x-central-euro", "");
  1313. pref("print.postscript.nativefont.x-cyrillic",     "");
  1314. pref("print.postscript.nativefont.x-unicode",      "");
  1315. pref("print.postscript.nativefont.x-user-def",     "");
  1316. pref("print.postscript.nativefont.x-western",      "");
  1317. pref("print.postscript.nativefont.zh-CN",          "");
  1318. pref("print.postscript.nativefont.zh-TW",          "");
  1319. pref("print.postscript.nativefont.zh-HK",          "");
  1320.  
  1321. //@line 2210 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  1322.  
  1323. //@line 2278 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  1324.  
  1325. //@line 2304 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  1326.  
  1327. //@line 2324 "/var/tmp/portage/mozilla-firefox-1.5.0.3/work/mozilla/modules/libpref/src/init/all.js"
  1328.  
  1329.